RCF-509_TC_09 | Prevent Auto Logout During Background Sync#543
Open
rishavtarway wants to merge 2 commits intomosip:developfrom
Open
RCF-509_TC_09 | Prevent Auto Logout During Background Sync#543rishavtarway wants to merge 2 commits intomosip:developfrom
rishavtarway wants to merge 2 commits intomosip:developfrom
Conversation
jayesh12234
reviewed
Jul 1, 2025
.classpath
Outdated
| @@ -0,0 +1,16 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <classpath> | |||
Contributor
There was a problem hiding this comment.
May i know why we added this details in class path
Author
There was a problem hiding this comment.
I have not added them i have just updated the logintest.java file
This was automatically generated when opened theJava project in Eclipse
I will remove this from the commit.
| assertTrue(operationalTaskPage.isOperationalTaskPageLoaded(), "Verify if operational Task Page is loaded"); | ||
| } | ||
| @Test(priority = 3) | ||
| public void RCF_509_TC_09_VerifyNoAutoLogoutDuringBackgroundSync() throws InterruptedException { |
Contributor
There was a problem hiding this comment.
can we have proper method name
Author
There was a problem hiding this comment.
i have updated my commit with the new method name.
Can you review it anything else i need to change
39226c6 to
d7c9c5e
Compare
d7c9c5e to
b0070c2
Compare
b0070c2 to
1ec3655
Compare
Signed-off-by: Rishav Tarway <rishavtarway@gmail.com>
lsivanand
approved these changes
Aug 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira Ticket
RCF-509_TC_09
What is Implemented?
Automated test case to verify that ARC client does not auto logout when sync/upload operation is in progress.
How?
Edge Cases Considered